object UnitsDlg: TUnitsDlg Left = 479 Top = 112 Width = 421 Height = 237 Caption = 'Select Unit' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object ListBox1: TListBox Left = 16 Top = 16 Width = 377 Height = 129 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ItemHeight = 13 ParentFont = False TabOrder = 0 OnDblClick = ListBox1DblClick end object Button1: TButton Left = 113 Top = 168 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 225 Top = 168 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end